[[env.staging.d1_databases]]
tomlwrangler d1 migrations apply not request user input ( to write y ). eg, --yes flag is used on some other wrangler commands to auto accept but does not work for migrations command.CI-1CI=1 npx wrangler d1 migrations apply works.rows_read: 100 (aka I get 100 billed rows)? Is it intended or is it a bug? Thanks
auto_increment in D1 doesn't work

auto_increment is not valid and is ignored.auto_increment is the wrong spelling. It should be AUTOINCREMENT, and is only valid on a INTEGER PRIMARY KEY column.INTEGER PRIMARY KEY will become an alias for the rowid column by default, it usually isn't needed.ALTER TABLE statement in SQLite.CREATE TABLE my_table2, copy all my_table. data to my_table2, and then renaming it to my_table)[[env.staging.d1_databases]]wrangler d1 migrations apply--yesCI-1CI=1 npx wrangler d1 migrations apply "message": [
{
"message": "D1_TYPE_ERROR: Type 'undefined' not supported for value 'undefined'",
"cause": "Type 'undefined' not supported for value 'undefined'"
}
],\"projectRef\":[],rows_read: 100auto_incrementauto_incrementauto_incrementAUTOINCREMENTINTEGER PRIMARY KEYINTEGER PRIMARY KEYrowidALTER TABLECREATE TABLE my_table2my_tablemy_tablemy_table2