Fix: #355 LTLのインデックスが適切にはられていない問題 (#357)

* Fix: #355 LTLのインデックスが適切にはられていない問題

* Migrate
This commit is contained in:
KMY(雪あすか) 2023-12-13 09:13:32 +09:00 committed by GitHub
parent 5173481ab7
commit 04485adcfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 5 deletions

View file

@ -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