Method: Webhookdb::Replicator::GithubIssueV1#_remote_key_column
- Defined in:
- lib/webhookdb/replicator/github_issue_v1.rb
#_remote_key_column ⇒ Object
38 39 40 |
# File 'lib/webhookdb/replicator/github_issue_v1.rb', line 38 def _remote_key_column return Webhookdb::Replicator::Column.new(:github_id, BIGINT, data_key: "id") end |