Starting to get things rolling
This commit is contained in:
7
lib/resource_owner/organization.ex
Normal file
7
lib/resource_owner/organization.ex
Normal file
@@ -0,0 +1,7 @@
|
||||
defmodule ResourceOwner.Organization do
|
||||
use Ecto.Schema
|
||||
|
||||
schema "organizations" do
|
||||
field :name, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user