Able to create schools now

This commit is contained in:
Nelson Jovel 2024-01-04 20:15:33 -08:00
parent a4fddbeced
commit 865b7b17af
11 changed files with 26 additions and 19 deletions

View file

@ -2,9 +2,9 @@ class CreateDashboardSchools < ActiveRecord::Migration[7.1]
def change
create_table :dashboard_schools do |t|
t.string :name
t.references :dashboard_district_id, null: false, foreign_key: true
t.references :dashboard_district, null: false, foreign_key: true
t.text :description
t.string :slug, unique: true
t.string :slug
t.integer :qualtrics_code
t.integer :dese_id
t.boolean :is_hs