Ali*_*vin 3 sql database states
群众的愚蠢问题:假设您有一个表,当您通过工作流程时处理对象的状态.
现在假设您有一个标准的美国州表......
你怎么称呼你的美国州表,而不是多余的?
附加约束 - 您不能复数表.
一些想法:
UnitedState
StateOfUnion
UnionizedState
AmericanState
Run Code Online (Sandbox Code Playgroud)
很想知道其他人想出什么......
CountryDivision 会非常全球化
CountryDivisionId
CountryId
Name ("Texas", "Ontario", ...)
Run Code Online (Sandbox Code Playgroud)
和一张Country桌子
CountryId
CountryDivisionAlias ("State", "Province", ...)
Name ("United States of America", "Canada", ..)
Run Code Online (Sandbox Code Playgroud)
USAState
或者,如果要在每条记录中包含国家/地区,请将其称为GeographicState