Method: Webhookdb::Replicator::Fake#_remote_key_column
- Defined in:
- lib/webhookdb/replicator/fake.rb
#_remote_key_column ⇒ Object
105 106 107 |
# File 'lib/webhookdb/replicator/fake.rb', line 105 def _remote_key_column return Webhookdb::Replicator::Column.new(:my_id, TEXT) end |