Browse Source

schema compliance

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
ad643f7590
  1. 2
      db/migrate/20110917084645_create_domains.rb

2
db/migrate/20110917084645_create_domains.rb

@ -3,7 +3,7 @@ class CreateDomains < ActiveRecord::Migration
create_table :domains do |t|
t.string :name, :limit => 255, :null => false
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.integer :notified_serial
t.string :account, :limit => 40

Loading…
Cancel
Save