Updated status_bookmark model
• Updated: - status_bookmark model definitions
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
#
|
#
|
||||||
# Table name: status_bookmarks
|
# Table name: status_bookmarks
|
||||||
#
|
#
|
||||||
# id :integer not null, primary key
|
# id :bigint(8) not null, primary key
|
||||||
# created_at :datetime not null
|
# created_at :datetime not null
|
||||||
# updated_at :datetime not null
|
# updated_at :datetime not null
|
||||||
# account_id :integer not null
|
# account_id :bigint(8) not null
|
||||||
# status_id :integer not null
|
# status_id :bigint(8) not null
|
||||||
#
|
#
|
||||||
|
|
||||||
class StatusBookmark < ApplicationRecord
|
class StatusBookmark < ApplicationRecord
|
||||||
|
|||||||
Reference in New Issue
Block a user