Sha256: 7647f7453387e69a5618e1688be16206cf7bdf04fd071583e70ae43d672f1e8e
Contents?: true
Size: 722 Bytes
Versions: 20
Compression:
Stored size: 722 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 five: name: custom display_name: 独自識別子 note: position: 5 id: 5 # == 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
20 entries across 20 versions & 1 rubygems