mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 11:16:00 +02:00
parent
640faaadb9
commit
42e8f86dae
51 changed files with 1619 additions and 53 deletions
8
db/migrate/20181129150515_create_released_domains.rb
Normal file
8
db/migrate/20181129150515_create_released_domains.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
class CreateReleasedDomains < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :released_domains do |t|
|
||||
t.string :name, null: false
|
||||
t.boolean :at_auction, default: false, null: false
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue