Summary
Types
@type t() :: %EctoDBScanner.Result.Table{ check_constraints: [EctoDBScanner.Result.CheckConstraint.t()], columns: [EctoDBScanner.Result.Column.t()], index_size_bytes: integer(), indexes: [EctoDBScanner.Result.Index.t()], name: String.t(), row_count: integer(), size_bytes: integer(), total_size_bytes: integer(), type: :table | :view | :materialized_view, unique_constraints: [EctoDBScanner.Result.UniqueConstraint.t()] }