TFGTrainee / TFG.Trainee.IssueTracker

0 stars 0 forks source link

Implement database structure for Attachments entity #2

Open SergeyDz opened 9 years ago

SergeyDz commented 9 years ago

Investigation existing solutions and propose database columns and data types for storing attachments.

As final result, table creational DDL script need to be created.

Please also investigate how to store file content in database fields vs using file storage. Provide short description of optimal solution.