|
|
@ -3,7 +3,7 @@ class CreateDomains < ActiveRecord::Migration |
|
|
|
create_table :domains do |t| |
|
|
|
create_table :domains do |t| |
|
|
|
t.string :name, :limit => 255, :null => false |
|
|
|
t.string :name, :limit => 255, :null => false |
|
|
|
t.string :master, :limit => 128 |
|
|
|
t.string :master, :limit => 128 |
|
|
|
t.integer :last_check, :limit => 50, :null => false |
|
|
|
t.integer :last_check, :limit => 50 |
|
|
|
t.string :type, :limit => 6, :null => false |
|
|
|
t.string :type, :limit => 6, :null => false |
|
|
|
t.integer :notified_serial |
|
|
|
t.integer :notified_serial |
|
|
|
t.string :account, :limit => 40 |
|
|
|
t.string :account, :limit => 40 |
|
|
|