username
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
username has 38 facts recorded in Dontopedia across 9 references, with 4 live disagreements.
Mostly:rdf:type(7), is nullable(6), has data type(4)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (12)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
hasColumnHas Column(7)
- Agent Syntheses
ex:agent-syntheses - Decision Log Denormalized
ex:decision-log-denormalized - Image Storage Table
ex:image-storage-table - Queries
ex:queries - User Profiles
ex:user-profiles - User Profiles Table
ex:user-profiles-table - User Profiles Table
ex:user-profiles-table
hasColumnDefinitionHas Column Definition(2)
- Suggested User Profiles Schema
ex:suggested-user-profiles-schema - User Profiles
ex:user-profiles
hasMemberHas Member(2)
- Arg Columns
ex:arg-columns - Return Cols 11
ex:return-cols-11
containsColumnDefinitionContains Column Definition(1)
- Args Json 1
ex:args-json-1
Other facts (31)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Column Definition | [2] |
| Rdf:type | Database Column | [3] |
| Rdf:type | Database Column | [5] |
| Rdf:type | Column | [6] |
| Rdf:type | Database Column | [7] |
| Rdf:type | Column Definition | [8] |
| Rdf:type | Column Definition | [9] |
| Is Nullable | false | [1] |
| Is Nullable | true | [3] |
| Is Nullable | true | [4] |
| Is Nullable | true | [6] |
| Is Nullable | true | [7] |
| Is Nullable | true | [8] |
| Has Data Type | Varchar 255 | [3] |
| Has Data Type | Varchar 255 Type | [4] |
| Has Data Type | VARCHAR(255) | [6] |
| Has Data Type | Varchar 255 Type | [7] |
| Is Unique | false | [6] |
| Is Unique | false | [7] |
| Is Unique | false | [8] |
| Data Type | Varchar 255 | [1] |
| Data Type | VARCHAR(255) | [9] |
| Column Name | username | [2] |
| Column Name | username | [9] |
| Is Primary Key | false | [6] |
| Is Primary Key | false | [8] |
| Column Type | varchar(255) | [2] |
| Stores Name of Type | User | [3] |
| Has Constraint | not-null | [5] |
| Column of | User Profiles Table | [6] |
| Has Datatype | VARCHAR(255) | [8] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (9)
ctx:discord/blah/omega/662- full textomega-662text/plain3 KB
doc:agent/omega-662/89f24148-e615-47a2-9d23-70bd11eaf4dfShow excerpt
[2025-12-05 23:47] omega [bot]: For the image storage feature in issue #814, I'll design a database schema including fields like: - `id` (primary key) - `user_id` (owner reference) - `filename` - `url` or `path` to the stored image - `desc…
ctx:discord/blah/omega/718- full textomega-718text/plain3 KB
doc:agent/omega-718/16bdbfbe-bb1b-4ac2-910e-11f1e0173cf7Show excerpt
[2025-12-13 13:33] omega [bot]: 🔧 1/1: pgCreateTable ✅ Success **Args:** ```json { "table": "decision_log_denormalized", "columns": [ { "name": "id", "type": "bigserial", "nullable": false, "primaryKey": true…
ctx:discord/blah/omega/719- full textomega-719text/plain2 KB
doc:agent/omega-719/e6704b10-826d-4417-b5d1-e1e68d15f4a4Show excerpt
[2025-12-13 13:44] omega [bot]: Here's the schema for the `decision_log_denormalized` table we created: ```json { "columns": [ { "name": "id", "type": "bigserial", "nullable": false, "primaryKey": true }, …
ctx:discord/blah/omega/722- full textomega-722text/plain1 KB
doc:agent/omega-722/5c6a75f6-e7bc-4a2a-a7f0-c5cf8fc7ab40Show excerpt
[2025-12-13 13:46] omega [bot]: 🔧 1/2: pgCreateTable ✅ Success **Args:** ```json { "table": "decision_logs", "columns": [ { "name": "id", "type": "serial", "nullable": false, "primaryKey": true, "unique…
ctx:discord/blah/omega/867- full textomega-867text/plain2 KB
doc:agent/omega-867/91ca847a-cc6d-4ebc-ad69-400057bca52cShow excerpt
[2026-01-17 04:26] omega [bot]: 🔧 11/30: pgInsert ❌ Failed **Args:** ```json { "table": "user_profiles", "rows": [ { "id": "1", "user_id": "1438911683580919979" } ], "returning": [ "id", "user_id", "u…
ctx:discord/blah/omega/882- full textomega-882text/plain1 KB
doc:agent/omega-882/52463256-4614-4cd0-a302-d5c2d13df3a7Show excerpt
[2026-01-17 04:26] omega [bot]: 🔧 19/30: pgCreateTable ✅ Success **Args:** ```json { "table": "user_profiles", "columns": [ { "name": "id", "type": "SERIAL", "nullable": true, "primaryKey": true, "uniqu…
ctx:discord/blah/omega/883- full textomega-883text/plain1 KB
doc:agent/omega-883/e6e56088-5a24-4d2c-bb6f-49ba1eeafad0Show excerpt
[2026-01-17 04:26] omega [bot]: 🔧 20/30: pgCreateTable ✅ Success **Args:** ```json { "table": "user_profiles", "columns": [ { "name": "id", "type": "SERIAL", "nullable": false, "primaryKey": true, "uniq…
ctx:discord/blah/omega/884- full textomega-884text/plain1 KB
doc:agent/omega-884/97664511-eaea-4104-b868-7535e8f8a999Show excerpt
[2026-01-17 04:26] omega [bot]: 🔧 21/30: pgCreateTable ✅ Success **Args:** ```json { "table": "user_profiles", "columns": [ { "name": "id", "type": "SERIAL", "nullable": false, "primaryKey": true, "uniq…
ctx:discord/blah/omega/891- full textomega-891text/plain3 KB
doc:agent/omega-891/912af3b7-7783-4197-a812-a74612201b36Show excerpt
[2026-01-17 04:27] omega [bot]: 🔧 30/30: pgListTables ✅ Success **Args:** ```json { "includeSystemTables": false } ``` **Result:** ```json { "success": true, "tables": [ "abc_sheet_music", "agent_syntheses", "agents", …
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.