mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
Create white ips
This commit is contained in:
parent
254849494f
commit
8e37355e13
15 changed files with 246 additions and 3 deletions
11
db/migrate/20150519115050_create_white_ip.rb
Normal file
11
db/migrate/20150519115050_create_white_ip.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
class CreateWhiteIp < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :white_ips do |t|
|
||||
t.integer :registrar_id
|
||||
t.string :ipv4
|
||||
t.string :ipv6
|
||||
t.string :interface
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue