5 lines
183 B
Plaintext
Raw Normal View History

2016-03-18 11:12:50 +01:00
// 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, "'") %>)