Sha256: cdf2da3122eb7ba452491b516cf61117a5eedd25dc63b4300737314e3b30c5c9
Contents?: true
Size: 1.28 KB
Versions: 26
Compression:
Stored size: 1.28 KB
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html agent_import_file_00001: id: 1 agent_import_file_name: MyString agent_import_file_size: 1 user_id: 1 agent_import_content_type: text/csv agent_import_file_00002: id: 2 agent_import_file_name: MyString agent_import_file_size: 1 user_id: 1 agent_import_content_type: text/csv agent_import_file_00003: id: 3 agent_import_file_name: MyString agent_import_file_size: 1 user_id: 1 agent_import_content_type: text/csv # == Schema Information # # Table name: agent_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 # agent_import_file_name :string(255) # agent_import_content_type :string(255) # agent_import_file_size :integer # agent_import_updated_at :datetime # created_at :datetime not null # updated_at :datetime not null # agent_import_fingerprint :string(255) # error_message :text # edit_mode :string(255) # user_encoding :string(255) #
Version data entries
26 entries across 26 versions & 2 rubygems