@shutter-network/concorde/decisions/schema
The tables this component creates, and the PostgreSQL schema concorde_decisions it creates them in. A configuration listing @shutter-network/concorde/decisions/schema creates all of them.
Generated from the snapshot drizzle-kit takes of src/decisions/schema/index.ts, which is the snapshot an Operator's own generation reads. Never edited by hand.
concorde_decisions.decisions
| Column | Type | Nullable | Default |
|---|---|---|---|
seq | integer | no | generated by default as identity |
statement | text | no | |
jws | text | no | |
created_at | timestamp with time zone | no |
Primary key: seq