Sha256: 67d93baf932c362a8f2f709ec99787d6eadf659c66ba63ce086a8fb6ae1573e7
Contents?: true
Size: 292 Bytes
Versions: 7
Compression:
Stored size: 292 Bytes
Contents
class AddFields2ToWitAiParseModelExamples < ActiveRecord::Migration[6.0] def change add_column :wit_ai_parse_model_examples, :parsable_resource_entity_value_start_index, :integer add_column :wit_ai_parse_model_examples, :parsable_resource_entity_value_end_index, :integer end end
Version data entries
7 entries across 7 versions & 2 rubygems