Skip to content

Instantly share code, notes, and snippets.

@sajithdilshan
Last active September 3, 2017 13:43
Show Gist options
  • Select an option

  • Save sajithdilshan/4e1cf841c900c5e04b7f36fb9c639cc9 to your computer and use it in GitHub Desktop.

Select an option

Save sajithdilshan/4e1cf841c900c5e04b7f36fb9c639cc9 to your computer and use it in GitHub Desktop.
defmodule Test.Permission do
use Test.Web, :model
@primary_key {:ID, :id, autogenerate: true}
schema "TEST_PERMISSIONS" do
field :NAME, :string
belongs_to :GROUP, Test.Grup, foreign_key: :GROUP_ID, references: :ID
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment