一 E-R图

E-R图转化为关系表

二 关系表

这里只列出4个关系表。

t_project(project_id,project_name)

t_order(project_id,order_id,data_type,creater,creat_time,end_time,state)

t_workorder(order_id,workorder_id,operator,start_time,end_time,state)

t_workerorder_check(order_id,check_table,business_key,problem_column,problem_column_value,business_rules)

三 转化方法参考

https://blog.csdn.net/chengqiuming/article/details/99168453

相关文章:

  • 2021-07-06
  • 2021-06-10
  • 2021-11-17
  • 2022-12-23
  • 2021-08-24
  • 2021-06-24
  • 2021-08-14
  • 2021-12-27
猜你喜欢
  • 2021-11-13
  • 2021-05-11
  • 2021-11-27
  • 2021-10-23
  • 2022-12-23
  • 2021-04-01
  • 2021-12-04
相关资源
相似解决方案