add zone model
This commit is contained in:
parent
05c81e902d
commit
219eaf0d5e
3 changed files with 31 additions and 1 deletions
10
db/migrate/20211127133549_create_zones.rb
Normal file
10
db/migrate/20211127133549_create_zones.rb
Normal file
|
@ -0,0 +1,10 @@
|
|||
class CreateZones < ActiveRecord::Migration[6.1]
|
||||
def change
|
||||
create_table :zones do |t|
|
||||
t.string :acronym
|
||||
t.string :label
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue