--- role_00001: name: Guest display_name_translations: {"en": "Guest", "ja": "ゲスト"} id: 1 note: position: 1 role_00002: name: User display_name_translations: {"en": "User", "ja": "一般利用者"} id: 2 note: position: 2 role_00003: name: Librarian display_name_translations: {"en": "Librarian", "ja": "図書館員"} id: 3 note: position: 3 role_00004: name: Administrator display_name_translations: {"en": "Administrator", "ja": "管理者"} id: 4 note: position: 4 # == Schema Information # # Table name: roles # # id :integer not null, primary key # name :string not null # display_name :string # note :text # created_at :datetime # updated_at :datetime # score :integer default(0), not null # position :integer # display_name_translations :jsonb not null #