DB documentation
Database naming
When building new components, data structures you should follow
- fields in js, sql , csharp should be unique across application, for example use account_name instead name
- all database fields lowercase for example account_billing_street
- standard database filed set in each table (replace task with table name)
task_statusinttask_created_atsmalldatetimetask_created_byvarchar(50)task_modified_atsmalldatetimetask_modified_byvarchar(50)