1 class CreateCollections < ActiveRecord::Migration
3 create_table :collections do |t|
5 t.string :create_by_client
6 t.string :created_by_user
8 t.string :modified_by_client
9 t.string :modified_by_user
10 t.datetime :modified_at
11 t.string :portable_data_hash
14 t.string :redundancy_confirmed_by_client
15 t.datetime :redundancy_confirmed_at
16 t.integer :redundancy_confirmed_as