您如何命名同时具有类版本和实例版本的表?

发布于 2024-10-15 01:48:32 字数 76 浏览 2 评论 0原文

例如,我有一个车辆类别(id、年份、品牌、型号)和车辆实例(id、vehicle_id、vin)。无法弄清楚如何命名它们来区分两者。建议?

For example, I have a vehicle class (id, year, make, model) and a vehicle instance (id, vehicle_id, vin). Can't figure out what to name them to differentiate the two. Suggestions?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

櫻之舞 2024-10-22 01:48:32

我就这么称呼它吧,这是一个车型年份:

VehicleModel

Vehicle

I would just call it what it is, which is a model year:

VehicleModel

Vehicle
与君绝 2024-10-22 01:48:32

我将使用vehicle_model作为“类”表,并使用vehicle作为另一个表。

I would use vehicle_model for the "class" table, and vehicle for the other one.

女中豪杰 2024-10-22 01:48:32

类的 VehicleTypes 和实例的 Vehicles 怎么样?

What about VehicleTypes for the class and Vehicles for the instances?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文