baarkerlounger
3 years ago
6 changed files with 39 additions and 1 deletions
@ -0,0 +1,2 @@
|
||||
class OrganisationLa < ApplicationRecord |
||||
end |
@ -0,0 +1,10 @@
|
||||
class CreateOrganisationLa < ActiveRecord::Migration[7.0] |
||||
def change |
||||
create_table :organisation_las do |t| |
||||
t.belongs_to :organisation |
||||
t.column :ons_code, :string |
||||
|
||||
t.timestamps |
||||
end |
||||
end |
||||
end |
Loading…
Reference in new issue