Sha256: 2af036cc34ac85229fe0c25b3fbb729d0e2c180832e45fbe95ddd36ba4b984d3
Contents?: true
Size: 443 Bytes
Versions: 69
Compression:
Stored size: 443 Bytes
Contents
class CreateBookmarkStatHasManifestations < ActiveRecord::Migration[4.2] def change create_table :bookmark_stat_has_manifestations do |t| t.integer :bookmark_stat_id, null: false t.integer :manifestation_id, null: false t.integer :bookmarks_count t.timestamps end add_index :bookmark_stat_has_manifestations, :bookmark_stat_id add_index :bookmark_stat_has_manifestations, :manifestation_id end end
Version data entries
69 entries across 69 versions & 7 rubygems