Skip to content

Document Storage table #200

Description

@martindsouza

A lot of applications need to store documents somewhere. They all contain the same fields that become redundant to create/manage etc. Create a generic table where applications can use as a file store. Things to consider:

  • Have all insert/update/delete managed by a package so we pre-store things like doc_length etc
  • Soft delete flag / option (i.e. have a flag called delete_yn). This could be configurable and/or optional parameter set in the configuration
  • Had a column to store ref_id or something similar to store where the file is linked to (optional)
  • Things like mime_type etc can all be stored/generated using existing oos_utils apps;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions