docs: document composite indices + primary key changes (#7902)

This commit is contained in:
Shahed Nasser
2024-07-02 12:34:44 +03:00
committed by GitHub
parent a84e5a6ced
commit 6cb28eedf7
13 changed files with 205 additions and 93 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ Module Relationships is coming soon.
import { model } from "@medusajs/utils"
const Company = model.define("company", {
id: model.id(),
id: model.id().primaryKey(),
name: model.text(),
city: model.text(),
country_code: model.text(),