ex_admin
ex_admin copied to clipboard
Abstract tables
Any idea how to use ex_admin with abstract tables which contain arc_ecto type?
schema "abstract table: images" do
field :image, ImageUploader.Type
field :assoc_id, Ecto.UUID
timestamps()
end
Check out ex_admin_demo project for an example.
Thanks for a fast response. I have checked it already but there is no abstract tables in this project. Ex_admin trying to use incorrect table name:
Request: GET /admin/images
** (exit) an exception was raised:
** (Postgrex.Error) ERROR 42P01 (undefined_table): relation "MyApp.abstract table: images" does not exist