返回全部术语
64后端与数据必备

Schema

数据结构定义

定义数据库里数据的结构,包括有哪些字段、每个字段是什么类型。

举个例子

在设计数据库时,我先定义了用户表的 schema,包含 id、name 和 email。

相关资源

复制提示词

Design a schema for these entities with field types and constraints.

相关术语

查看全部