mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
refactor: use tabs instead of spaces
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Knex } from 'knex';
|
||||
|
||||
export function defaultTableFields(table: Knex.CreateTableBuilder) {
|
||||
table.increments('id').primary().first().unique().notNullable();
|
||||
table.increments('id').primary().first().unique().notNullable();
|
||||
|
||||
table.timestamp('created_at').notNullable();
|
||||
table.timestamp('updated_at').nullable();
|
||||
table.timestamp('created_at').notNullable();
|
||||
table.timestamp('updated_at').nullable();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user