mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Update structure file
This commit is contained in:
parent
69e6fce9db
commit
7ca49fbc2d
3 changed files with 236 additions and 11 deletions
|
@ -2,7 +2,7 @@ class AddReservedDomains < ActiveRecord::Migration
|
|||
def up
|
||||
create_table :reserved_domains do |t|
|
||||
t.string :name
|
||||
t.timestamps
|
||||
t.timestamps null: false
|
||||
end
|
||||
|
||||
domains = %w(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue