Sha256: 6b52eebf305e5f9c4795b5f6ab8c7b408883cbbaead1cce1b04a30f105931e7d
Contents?: true
Size: 162 Bytes
Versions: 18
Compression:
Stored size: 162 Bytes
Contents
# encoding: UTF-8 Sequel.migration do up do add_column :content, :target_id, Integer end down do drop_column :content, :target_id end end
Version data entries
18 entries across 18 versions & 1 rubygems