Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RemoteState/nodejs-ecs
/
Class
src/database/entity/users.ts:10–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
@Entity({ name:
'users'
})
10
export
class
User extends BaseEntity {
11
@PrimaryGeneratedColumn(
'uuid'
)
12
id: string;
13
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected