Sha256: 29c838926a6cebbeda852da4649d936960382f35a3eb5e6e3986080a9ce7b025
Contents?: true
Size: 1.17 KB
Versions: 28
Compression:
Stored size: 1.17 KB
Contents
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html one: id: 1 original_title: title1 periodical: false position: 1 two: id: 2 original_title: title2 title_transcription: テスト periodical: true issn: 09135707 position: 2 three: id: 3 original_title: テスト雑誌 periodical: true position: 3 root_manifestation_id: 201 # == Schema Information # # Table name: series_statements # # id :integer not null, primary key # original_title :text # numbering :text # title_subseries :text # numbering_subseries :text # position :integer # created_at :datetime not null # updated_at :datetime not null # title_transcription :text # title_alternative :text # series_statement_identifier :string(255) # issn :string(255) # periodical :boolean default(FALSE), not null # root_manifestation_id :integer # note :text # title_subseries_transcription :text #
Version data entries
28 entries across 28 versions & 2 rubygems