mirror of
https://github.com/strapi/strapi.git
synced 2025-08-03 06:18:37 +00:00
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
![]() |
{
|
||
|
"connection": "<%= connection %>",
|
||
|
"tableName": "<%= id %>",
|
||
|
"options": {
|
||
|
"increments": true,
|
||
|
"timestamps": true,
|
||
|
"comment": ""
|
||
|
},
|
||
|
"attributes": {}
|
||
|
}
|