run migration to create database
Showing
app/models/applies_job.rb
0 → 100644
app/models/city.rb
0 → 100644
app/models/company.rb
0 → 100644
app/models/industry.rb
0 → 100644
app/models/job.rb
0 → 100644
app/models/region.rb
0 → 100644
app/models/user.rb
0 → 100644
db/migrate/20210708024348_create_jobs.rb
0 → 100644
db/migrate/20210708025840_create_users.rb
0 → 100644
db/migrate/20210708030507_create_cities.rb
0 → 100644
db/migrate/20210708034910_create_regions.rb
0 → 100644
db/schema.rb
0 → 100644
test/fixtures/applies_jobs.yml
0 → 100644
test/fixtures/cities.yml
0 → 100644
test/fixtures/companies.yml
0 → 100644
test/fixtures/industries.yml
0 → 100644
test/fixtures/jobs.yml
0 → 100644
test/fixtures/regions.yml
0 → 100644
test/fixtures/users.yml
0 → 100644
test/models/applies_job_test.rb
0 → 100644
test/models/city_test.rb
0 → 100644
test/models/company_test.rb
0 → 100644
test/models/industry_test.rb
0 → 100644
test/models/job_test.rb
0 → 100644
test/models/region_test.rb
0 → 100644
test/models/user_test.rb
0 → 100644
Please
register
or
sign in
to comment