Sha256: ae6de93696603f398433505f1073e0cb388a1a77fdd912850166f76d65d539ad
Contents?: true
Size: 642 Bytes
Versions: 21
Compression:
Stored size: 642 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(255) # display_name :text # note :text # position :integer # created_at :datetime # updated_at :datetime #
Version data entries
21 entries across 21 versions & 2 rubygems