Sha256: ee15648730eb00175c845e25f05cfa0a70ae67acd0efe96c9cfc5322d575bbc9
Contents?: true
Size: 637 Bytes
Versions: 25
Compression:
Stored size: 637 Bytes
Contents
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html one: name: isbn display_name: ISBN note: position: 1 id: 1 two: name: issn display_name: ISSN note: position: 2 id: 2 three: name: jpno display_name: JPNO note: position: 3 id: 3 four: name: ncid display_name: NCID note: position: 4 id: 4 # == Schema Information # # Table name: identifier_types # # id :integer not null, primary key # name :string # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
25 entries across 24 versions & 4 rubygems