Shared Table Behavior
I have a bunch shared metadata (and thus shared logic) across all my tables - things like ID generation, when to mark a row as updated, and by whom...
Using drizzle, what's the recommended way to share logic like this across tables/models?
Using drizzle, what's the recommended way to share logic like this across tables/models?