We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Approx All attributes are set to integers
$table->addColumn('usersId', 'integer') ->addColumn('code', 'integer') ->addColumn('createdAt', 'integer') ->addColumn('modifiedAt', 'integer') ->addColumn('reset', 'char', ['limit' => 1]) ->addIndex(['usersId']) ->create();