mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 17:58:07 +00:00
5 lines
183 B
Plaintext
5 lines
183 B
Plaintext
![]() |
|
||
|
// Sets the field as the primary key for the table. Pass an array of column
|
||
|
// names to create a compound primary key.
|
||
|
table.primary(<%= JSON.stringify(value).replace(/"/g, "'") %>)
|