Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Chore: Converted Objection to typescript#18

Open
promaty wants to merge 2 commits into
typescriptfrom
objection-typescript
Open

Chore: Converted Objection to typescript#18
promaty wants to merge 2 commits into
typescriptfrom
objection-typescript

Conversation

@promaty

@promaty promaty commented Nov 9, 2020

Copy link
Copy Markdown
Contributor

No description provided.

table.string('salt').notNullable()
table.boolean('revealed').defaultTo(false).notNullable()
table.integer('failedAttempts').notNullable().defaultTo(0)
table.boolean('expired').notNullable().defaultTo(false)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note I merged all reveal migration files into 1, more clear to use as reference

@promaty promaty force-pushed the objection-typescript branch from de954ba to cdaeb36 Compare November 10, 2020 21:32
@promaty promaty force-pushed the objection-typescript branch from cdaeb36 to c0d447f Compare November 10, 2020 21:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant