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