We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0f495a commit 653cfd5Copy full SHA for 653cfd5
test-helpers/index.ts
@@ -258,7 +258,7 @@ export async function setup(destroyDb: boolean = true) {
258
if (!hasGroupsTable) {
259
await db.schema.createTable('groups', (table) => {
260
table.increments()
261
- table.integer('name').notNullable()
+ table.string('name').notNullable()
262
table.timestamps()
263
})
264
}
0 commit comments