id
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-06.)
id has 83 facts recorded in Dontopedia across 16 references, with 6 live disagreements.
Mostly:rdf:type(11), is nullable(10), is primary key(8)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Column Definition[2]all time · 458
- Database Column[3]all time · 586
- Column Definition[5]all time · 718
- Database Column[6]all time · 719
- Database Column[8]all time · 794
- Database Column[10]all time · 797
- Column[12]all time · 882
- Database Column[13]all time · 883
- Column Definition[14]all time · 884
- Column Definition[15]all time · 891
Is Nullablein disputeisNullable
Inbound mentions (20)
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(11)
- Abc Sheet Music
ex:abc-sheet-music - Abc Sheet Music
ex:abc_sheet_music - Bot Logs Table
ex:bot-logs-table - Decision Log Denormalized
ex:decision-log-denormalized - Image Storage Table
ex:image-storage-table - Table Abc Sheet Music
ex:table-abc-sheet-music - Table Abc Sheet Music
ex:table-abc-sheet-music - Table User Profiles
ex:table-user-profiles - 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
containsColumnContains Column(1)
- Columns Abc Sheet Music
ex:columns-abc_sheet_music
containsColumnDefinitionContains Column Definition(1)
- Args Json 1
ex:args-json-1
definedColumnDefined Column(1)
- Tool Execution 5
ex:tool-execution-5
involvedColumnInvolved Column(1)
- Pg Insert Error 1
ex:pgInsert-error-1
listedFeatureListed Feature(1)
- Omega Bot
ex:omega-bot
Other facts (49)
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 |
|---|---|---|
| Is Primary Key | true | [3] |
| Is Primary Key | true | [4] |
| Is Primary Key | true | [5] |
| Is Primary Key | true | [6] |
| Is Primary Key | true | [7] |
| Is Primary Key | true | [12] |
| Is Primary Key | true | [13] |
| Is Primary Key | true | [14] |
| Has Data Type | Bigserial | [6] |
| Has Data Type | Serial Type | [7] |
| Has Data Type | integer | [8] |
| Has Data Type | Integer | [9] |
| Has Data Type | Integer | [10] |
| Has Data Type | SERIAL | [12] |
| Has Data Type | Serial Type | [13] |
| Has Data Type | integer | [16] |
| Is Unique | false | [5] |
| Is Unique | false | [7] |
| Is Unique | false | [12] |
| Is Unique | false | [13] |
| Is Unique | false | [14] |
| Has Precision | 32 | [8] |
| Has Precision | 32 | [9] |
| Has Precision | 32 | [10] |
| Has Precision | 32 | [16] |
| Has Scale | 0 | [8] |
| Has Scale | 0 | [9] |
| Has Scale | 0 | [10] |
| Has Scale | 0 | [16] |
| Has Default Value | nextval('abc_sheet_music_id_seq'::regclass) | [8] |
| Has Default Value | nextval('abc_sheet_music_id_seq'::regclass) | [9] |
| Has Default Value | nextval('abc_sheet_music_id_seq'::regclass) | [10] |
| Has Default Value | nextval('abc_sheet_music_id_seq'::regclass) | [16] |
| Data Type | SERIAL | [1] |
| Data Type | Serial | [4] |
| Data Type | SERIAL | [15] |
| Column Name | id | [2] |
| Column Name | id | [5] |
| Column Name | id | [15] |
| Part of Table | Table Abc Sheet Music | [9] |
| Part of Table | Abc Sheet Music | [10] |
| Constraint | PRIMARY KEY | [15] |
| Constraint | NOT NULL | [15] |
| Column Constraint | PRIMARY KEY | [1] |
| Column Data Type | SERIAL | [2] |
| Column Type | bigserial | [5] |
| Column of | User Profiles Table | [12] |
| Column Definition Differs From Result Type | Operation Result | [13] |
| Has Datatype | SERIAL | [14] |
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 (16)
ctx:discord/blah/omega-debug/47- full textomega-debug-47text/plain3 KB
doc:agent/omega-debug-47/8b239737-d7bb-4f1a-a395-8dc1b89b9192Show excerpt
[2025-12-14 00:00] omega [bot]: 🎉 **Changes Complete** **Changes merged to main!** Commit: `80efcad4` Branch: `arbiter/implement-a-function-to-query--mj4yj3qr` **Summary:** The bash commands require approval which I don't have in this en…
ctx:discord/blah/omega/458- full textomega-458text/plain3 KB
doc:agent/omega-458/7a12a9ce-795f-45d0-a5ef-abc43c165f5eShow excerpt
[2025-11-30 20:08] omega [bot]: 🔧 1/1: pgListTables ❌ Failed ```json { "success": false, "error": "LIST_TABLES_FAILED", "message": "Failed to list tables: " } ``` [2025-11-30 20:08] omega [bot]: It appears that listing PostgreSQL tabl…
ctx:discord/blah/omega/586- full textomega-586text/plain3 KB
doc:agent/omega-586/eb36c0cd-aef7-41c6-ae09-ffb96592d74dShow excerpt
[2025-12-05 13:36] omega [bot]: 🔧 6/6: pgCreateIndex ✅ Success ```json { "success": true, "table": "user_analysis_history", "indexName": "idx_user_analysis_history_user_id_analysis_timestamp", "columns": [ "user_id", "analys…
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/794- full textomega-794text/plain2 KB
doc:agent/omega-794/467a299c-4d2d-4d84-a63f-c30bc1754a7fShow excerpt
[2025-12-21 11:05] omega [bot]: 🔧 3/6: pgDescribeSchema ✅ Success **Args:** ```json { "includeSystemTables": false } ``` **Result:** ```json { "success": true, "tableCount": 31, "tables": [ { "name": "abc_sheet_music", …
ctx:discord/blah/omega/795- full textomega-795text/plain2 KB
doc:agent/omega-795/751d4ac2-499c-491e-b20a-46fa1dc6e45cShow excerpt
[2025-12-21 11:05] omega [bot]: 🔧 4/6: pgDescribeSchema ✅ Success **Args:** ```json { "includeSystemTables": false } ``` **Result:** ```json { "success": true, "tableCount": 31, "tables": [ { "name": "abc_sheet_music", …
ctx:discord/blah/omega/797- full textomega-797text/plain2 KB
doc:agent/omega-797/473d893d-5097-4964-a6c2-03998fe35311Show excerpt
[2025-12-21 11:05] omega [bot]: 🔧 6/6: pgDescribeSchema ✅ Success **Args:** ```json { "includeSystemTables": false } ``` **Result:** ```json { "success": true, "tableCount": 31, "tables": [ { "name": "abc_sheet_music", …
ctx:discord/blah/omega/870- full textomega-870text/plain3 KB
doc:agent/omega-870/23680feb-2e52-4845-84f2-8b40fdf8f171Show excerpt
[2026-01-17 04:26] omega [bot]: 🔧 2/30: pgListTables ✅ Success **Args:** ```json { "includeSystemTables": false } ``` **Result:** ```json { "success": true, "tables": [ "abc_sheet_music", "agent_syntheses", "agents", "…
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", …
ctx:discord/blah/omega/895- full textomega-895text/plain2 KB
doc:agent/omega-895/2196f0ac-5a28-437e-a8a7-b3d2f3705d95Show excerpt
[2026-01-17 04:38] omega [bot]: 🔧 2/2: pgDescribeSchema ✅ Success **Args:** ```json { "includeSystemTables": false } ``` **Result:** ```json { "success": true, "tableCount": 31, "tables": [ { "name": "abc_sheet_music", …
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.