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_status
inttask_created_at
smalldatetimetask_created_by
varchar(50)task_modified_at
smalldatetimetask_modified_by
varchar(50)