2016-03-29 12:02:06 +02:00

5 lines
183 B
Plaintext
Executable File

// 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, "'") %>)