Add reference attribute

This commit is contained in:
KMY 2023-09-20 08:57:11 +09:00
parent a2d4a9295d
commit b59c41cf41
5 changed files with 50 additions and 39 deletions

View file

@ -9,6 +9,7 @@
# target_status_id :bigint(8) not null
# created_at :datetime not null
# updated_at :datetime not null
# attribute_type :string
#
class StatusReference < ApplicationRecord