We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5c2132 commit 26d6852Copy full SHA for 26d6852
lib/backend/schemas/file.ex
@@ -1,4 +1,8 @@
1
defmodule Backend.File do
2
+ @moduledoc """
3
+ PostgreSQL schema: `File`
4
+ > Managed by *Ecto ORM*
5
+ """
6
use Ecto.Schema
7
8
schema "files" do
lib/backend/schemas/user.ex
defmodule Backend.User do
+ PostgreSQL schema: `User`
schema "users" do
0 commit comments