Method: Webhookdb::Replicator::Base#_denormalized_columns
- Defined in:
- lib/webhookdb/replicator/base.rb
#_denormalized_columns ⇒ Array<Webhookdb::Replicator::Column]
When an integration needs denormalized columns, specify them here. Indices are created for each column. Modifiers can be used if columns should have a default or whatever. See Webhookdb::Replicator::Column for more details about column fields.
479 480 481 |
# File 'lib/webhookdb/replicator/base.rb', line 479 def _denormalized_columns return [] end |