== TheMigration: reverting =================================================== -- drop_table(:people) == TheMigration: migrating =================================================== -- create_table(:people) -> 0.0062s -- add_index(:people, :name) -> 0.0043s -- add_index(:people, :sex) -> 0.0042s -- add_index(:people, :birthday) -> 0.0052s -- add_index(:people, :divisions) -> 0.0049s == TheMigration: migrated (0.0252s) ========================================== AR user system total real inserting data 15.870000 1.490000 17.360000 ( 25.338565) finding all 0.100000 0.020000 0.120000 ( 0.139700) finding last 0.000000 0.000000 0.000000 ( 0.000495) find Alphonse 0.000000 0.000000 0.000000 ( 0.000620) TC table user system total real inserting data 0.430000 0.040000 0.470000 ( 0.462957) finding all 1.050000 0.120000 1.170000 ( 1.178739) find last 0.000000 0.000000 0.000000 ( 0.000016) find Alphonse 0.010000 0.000000 0.010000 ( 0.004580)