Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| route_prefix | text | 2147483647 | null |
|
|
||||||
| schema_name | text | 2147483647 | null |
|
|
||||||
| function_name | text | 2147483647 | null |
|
|
||||||
| permission_code | text | 2147483647 | null |
|
|
||||||
| enabled | bool | 1 | true |
|
|
||||||
| note | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_rpc_permission | Primary key | Asc/Asc/Asc | route_prefix + schema_name + function_name |
| idx_rpc_permission_enabled | Performance | Asc/Asc/Asc | route_prefix + schema_name + function_name |

