mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-17 01:45:53 -07:00
Able to create schools now
This commit is contained in:
parent
a4fddbeced
commit
865b7b17af
11 changed files with 26 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue