Sha256: 4e37db6be8fd7fafa37696022065570cfa34d15156cd802f36119189a7803129
Contents?: true
Size: 198 Bytes
Versions: 3
Compression:
Stored size: 198 Bytes
Contents
class CreateAnnotations < ActiveRecord::Migration[4.2] def change create_table :annotations do |t| t.string :uuid t.string :source_uri t.text :annotation end end end
Version data entries
3 entries across 3 versions & 1 rubygems