Skip to content

Instantly share code, notes, and snippets.

@sajithdilshan
Created September 3, 2017 13:26
Show Gist options
  • Save sajithdilshan/e07c85d4d8771caaf43ba81a911afa72 to your computer and use it in GitHub Desktop.
Save sajithdilshan/e07c85d4d8771caaf43ba81a911afa72 to your computer and use it in GitHub Desktop.
defmodule Test.Tenant do
use Test.Web, :model
@primary_key {:ID, :id, autogenerate: true}
schema "TEST_TENANTS" do
field :NAME, :string
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment