Files
intelligent-application-orc…/doc/WorkReport/数据库文档-杜冲.md
2025-05-14 21:52:06 +08:00

10 lines
719 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

&zwnj;**<span style="font-size:14pt">TableName: Gpu_Resource</span>**&zwnj;
| 字段名 | 数据类型 | 约束 | 字段描述 |
|:-------------:|:-------------:|:-----------------:|:----------------------------------:|
| GPUId | BIGINT | 主键,自增 | GPU的ID全局唯一标识 |
| GPUModel | VARCHAR(64) | NOT NULL | GPU的型号 |
| GPUMemorySize | INT | NOT NULL | GPU内存大小 |
| Ip | VARCHAR(15) | NOT NULL | GPU所在ip |
| CreatedTime | DATETIME | NOT NULL | GPU添加时间 |