class Organisation

Schema Information

Table name: organisations

id         :bigint           not null, primary key
ods_code   :string           not null
created_at :datetime         not null
updated_at :datetime         not null

Indexes

index_organisations_on_ods_code  (ods_code) UNIQUE