Sha256: 27ca0ea992eb5e20758bb2347f5258f34adcc9014a24ef107376be3a71363701
Contents?: true
Size: 1.38 KB
Versions: 8
Compression:
Stored size: 1.38 KB
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html event_import_file_00001: id: 1 event_import_file_name: MyString event_import_file_size: 1 user_id: 1 event_import_content_type: text/csv state: completed event_import_file_00002: id: 2 event_import_file_name: MyString event_import_file_size: 1 user_id: 1 event_import_content_type: text/csv state: pending event_import_file_00003: id: 3 event_import_file_name: MyString event_import_file_size: 1 user_id: 1 event_import_content_type: text/csv state: pending # == Schema Information # # Table name: event_import_files # # id :integer not null, primary key # parent_id :integer # content_type :string(255) # size :integer # user_id :integer # note :text # executed_at :datetime # state :string(255) # event_import_file_name :string(255) # event_import_content_type :string(255) # event_import_file_size :integer # event_import_updated_at :datetime # edit_mode :string(255) # event_import_fingerprint :string(255) # created_at :datetime not null # updated_at :datetime not null # event_fingerprint :string(255) # error_message :text #
Version data entries
8 entries across 8 versions & 1 rubygems