(1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.1ms) select sqlite_version(*)  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateDateField (20150608130516)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "date_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "field" date) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150608130516"]]  (0.7ms) commit transaction Migrating to CreateIntegerField (20150608131430)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "integer_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "field" integer) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150608131430"]]  (0.6ms) commit transaction Migrating to CreateDecimalField (20150608131603)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "decimal_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "field" decimal) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150608131603"]]  (0.7ms) commit transaction Migrating to CreateFloatField (20150608131610)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "float_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "field" float) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150608131610"]]  (0.7ms) commit transaction Migrating to CreateBooleanField (20150608132159)  (0.0ms) begin transaction  (0.3ms) CREATE TABLE "boolean_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "field" boolean) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150608132159"]]  (0.7ms) commit transaction Migrating to CreateStringField (20150608132621)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "string_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "field" varchar) SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150608132621"]]  (0.8ms) commit transaction Migrating to CreateBelongsToField (20150608133038)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "belongs_to_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "has_one_field_id" integer)  (0.1ms) CREATE INDEX "index_belongs_to_fields_on_has_one_field_id" ON "belongs_to_fields" ("has_one_field_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150608133038"]]  (0.6ms) commit transaction Migrating to CreateHasOneField (20150608133044)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "has_one_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150608133044"]]  (0.7ms) commit transaction Migrating to CreateHasManyField (20150608150016)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "has_many_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150608150016"]]  (0.7ms) commit transaction Migrating to CreateBelongsToClassNameField (20150609114636)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "belongs_to_class_name_fields" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "foo_id" integer)   (0.1ms) CREATE INDEX "index_belongs_to_class_name_fields_on_foo_id" ON "belongs_to_class_name_fields" ("foo_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150609114636"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) SELECT sql FROM sqlite_master WHERE name='index_belongs_to_class_name_fields_on_foo_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_belongs_to_class_name_fields_on_foo_id' AND type='index'  (0.1ms)  SELECT sql FROM sqlite_master WHERE name='index_belongs_to_fields_on_has_one_field_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_belongs_to_fields_on_has_one_field_id' AND type='index'  ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms)  SELECT sql FROM sqlite_master WHERE name='index_belongs_to_class_name_fields_on_foo_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_belongs_to_class_name_fields_on_foo_id' AND type='index'   (0.3ms) SELECT sql FROM sqlite_master WHERE name='index_belongs_to_fields_on_has_one_field_id' AND type='index' UNION ALL SELECT sql FROM sqlite_temp_master WHERE name='index_belongs_to_fields_on_has_one_field_id' AND type='index'