Sha256: 3428ec0cc13c1142fba03a2eaedbbea2432da74f1f2de3e10eea468095748115
Contents?: true
Size: 273 Bytes
Versions: 160
Compression:
Stored size: 273 Bytes
Contents
class CreateStartingPoints < ActiveRecord::Migration[4.2] def change create_table :starting_points do |t| t.references :category, index: true t.references :language, index: true t.references :guide, index: true t.timestamps end end end
Version data entries
160 entries across 160 versions & 2 rubygems