1.1 KiB
1.1 KiB
| 1 | table_name | column_name | data_type | is_nullable |
|---|---|
| 2 | ----------------------------+----------------------------+-----------------------------+------------- |
| 3 | asset_costs | id | uuid | NO |
| 4 | asset_costs | asset_id | uuid | NO |
| 5 | asset_costs | organization_id | integer | NO |
| 6 | asset_costs | cost_category | character varying | NO |
| 7 | asset_costs | amount_net | numeric | NO |
| 8 | asset_costs | currency | character varying | NO |
| 9 | asset_costs | date | timestamp with time zone | NO |
| 10 | asset_costs | invoice_number | character varying | YES |
| 11 | asset_costs | data | jsonb | NO |
| 12 | asset_events | id | uuid --More-- |
| 13 | Cancel request sent |