Skip to content

Reset_Password Table Attributes issue #147

Open
@assadnazar

Description

@assadnazar

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();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions