You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
table.uuid('id').notNullable().defaultTo(db.raw('uuid_generate_v1mc()')).primary();// using uuid_generate_v1mc() as v1mc is time-based, which is better for keyspace fragmentation on disk for tables.
0 commit comments