Update model schemas

This commit is contained in:
Jasder
2020-12-23 15:48:07 +08:00
parent 01f79c81cc
commit 32a52a5c7a
6 changed files with 120 additions and 127 deletions

View File

@@ -11,11 +11,6 @@
# sync_subject :boolean default("0")
# sync_shixun :boolean default("0")
#
# Indexes
#
# index_laboratories_on_identifier (identifier) UNIQUE
# index_laboratories_on_school_id (school_id)
#
class Laboratory < ApplicationRecord
belongs_to :school, optional: true