Sha256: 53f765afd9812bcdd360967abe778a89350647bf377f7b957058c028bd12496e
Contents?: true
Size: 1.11 KB
Versions: 68
Compression:
Stored size: 1.11 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 # == 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 # root_manifestation_id :integer # note :text # title_subseries_transcription :text #
Version data entries
68 entries across 68 versions & 3 rubygems