mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
Louis | Adds agencies
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
class CreateAgenciesTable < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :agencies do |t|
|
||||
t.string :agency_name
|
||||
t.string :contact_name
|
||||
t.string :street_address
|
||||
t.string :city
|
||||
t.string :state
|
||||
t.string :postal_code
|
||||
t.string :phone_number
|
||||
t.string :email
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user