mirror of
https://github.com/strapi/strapi.git
synced 2025-11-14 01:02:04 +00:00
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
|
|
{
|
||
|
|
"connection": "<%= connection %>",
|
||
|
|
"tableName": "<%= id %>",
|
||
|
|
"options": {
|
||
|
|
"increments": true,
|
||
|
|
"timestamps": true,
|
||
|
|
"comment": ""
|
||
|
|
},
|
||
|
|
"attributes": {}
|
||
|
|
}
|