* Fix: #355 LTLのインデックスが適切にはられていない問題 * Migrate
This commit is contained in:
parent
5173481ab7
commit
04485adcfb
3 changed files with 24 additions and 5 deletions
|
@ -4,8 +4,8 @@
|
|||
#
|
||||
# Table name: preview_cards_statuses
|
||||
#
|
||||
# preview_card_id :bigint(8) not null
|
||||
# status_id :bigint(8) not null
|
||||
# preview_card_id :bigint(8) not null, primary key
|
||||
# status_id :bigint(8) not null, primary key
|
||||
# url :string
|
||||
#
|
||||
class PreviewCardsStatus < ApplicationRecord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue