Sha256: cc1c2d5a18d119f8c0aee4d0fb336cb390d504d5cadc2784f7a0623154b0c71b
Contents?: true
Size: 477 Bytes
Versions: 1
Compression:
Stored size: 477 Bytes
Contents
class CreateGroups < ActiveRecord::Migration def change create_table :restpack_group_groups do |t| t.integer :application_id, :null => false t.integer :account_id t.integer :created_by, :null => false t.string :name, :null => false, :limit => 256 t.string :description, :limit => 1024 t.boolean :invitation_required, :null => false t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
restpack_group_service-0.0.8 | db/migrate/20130918110827_create_groups.rb |