OSDN Git Service

fix extend for profiler
[pettanr/pettanr.git] / db / migrate / 20120617054342_create_license_groups.rb
index 357b78d..6d5fb14 100644 (file)
@@ -4,7 +4,7 @@ class CreateLicenseGroups < ActiveRecord::Migration
       t.string :name, :null => false, :limit => 50
       t.string :classname, :null => false, :limit => 50
       t.string :caption, :null => false, :limit => 30
-      t.string :url, :null => false
+      t.text :url, :null => false
 
       t.timestamps
     end