We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0019e5a commit fdba76fCopy full SHA for fdba76f
spec/dummy/db/schema.rb
@@ -208,6 +208,7 @@
208
t.datetime 'created_at', null: false
209
t.datetime 'updated_at', null: false
210
t.uuid 'category_id', null: false
211
+ t.string 'category_type', null: false
212
t.string 'categorizable_type', null: false
213
t.uuid 'categorizable_id', null: false
214
t.index %w[categorizable_type categorizable_id], name: 'index_better_together_categorizations_on_categorizable'
0 commit comments