Sha256: 4bee08a36f8003a102dba6f2d5ce3782cfbb0e0e565197f0e580635403d304c6
Contents?: true
Size: 243 Bytes
Versions: 595
Compression:
Stored size: 243 Bytes
Contents
class CreateLicenses < ActiveRecord::Migration def change create_table :licenses do |t| t.string :name, :null => false t.string :display_name t.text :note t.integer :position t.timestamps end end end
Version data entries
595 entries across 587 versions & 23 rubygems