mirror of
https://github.com/strapi/strapi.git
synced 2025-08-07 08:16:35 +00:00
13 lines
205 B
Plaintext
Executable File
13 lines
205 B
Plaintext
Executable File
{
|
|
"connection": "<%= connection %>",
|
|
"tableName": "<%= idPluralized %>",
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
<%= attributes %>
|
|
}
|
|
}
|