Sha256: 7f094a82bda41fdc2aced333be2b2487b9717026d5ab3c4e1235d56241b56501
Contents?: true
Size: 302 Bytes
Versions: 3
Compression:
Stored size: 302 Bytes
Contents
class CreateDagLinks < ActiveRecord::Migration def change create_table :dag_links do |t| t.integer :ancestor_id t.string :ancestor_type t.integer :descendant_id t.string :descendant_type t.boolean :direct t.integer :count t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems