Sha256: c8525d7b3def256cbea276818de75dcf4b10b8cfc76ba7a50b6f671825535818

Contents?: true

Size: 953 Bytes

Versions: 6

Compression:

Stored size: 953 Bytes

Contents

Connecting to database specified by database.yml
   (0.1ms)  select sqlite_version(*)
   (2.5ms)  CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
   (0.9ms)  CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
   (1.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 
Migrating to InitialTables (20110710143903)
   (0.0ms)  begin transaction
   (0.3ms)  CREATE TABLE "credit_cards" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "credit_card_no" varchar(255), "card_type" varchar(255), "expired_on" date, "cardholder_name" varchar(255)) 
   (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES ('20110710143903')
   (0.7ms)  commit transaction
   (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" 

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
credit_card_type_field-2.0 spec/dummy/log/development.log
credit_card_type_field-1.5 spec/dummy/log/development.log
credit_card_type_field-1.4 spec/dummy/log/development.log
credit_card_type_field-1.3 spec/dummy/log/development.log
credit_card_type_field-1.2 spec/dummy/log/development.log
credit_card_type_field-1.0 spec/dummy/log/development.log