mirror of
https://github.com/strapi/strapi.git
synced 2025-08-03 22:39:01 +00:00
13 lines
182 B
Plaintext
Executable File
13 lines
182 B
Plaintext
Executable File
{
|
|
"connection": "<%= connection %>",
|
|
"tableName": "<%= id %>",
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
|
|
}
|
|
}
|