create org model and schema manager

This commit is contained in:
2025-06-11 18:23:16 +02:00
parent 16b27a0d1c
commit 8be82f5c49
7 changed files with 144 additions and 0 deletions

19
test/fixtures/organizations.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
name: MyString
subdomain: MyString
email_domain: MyString
logo_url: MyString
address: MyString
website: MyString
phone_number: MyString
two:
name: MyString
subdomain: MyString
email_domain: MyString
logo_url: MyString
address: MyString
website: MyString
phone_number: MyString