Column |
Type |
Size |
Nulls |
Auto |
Default |
Children |
Parents |
id |
bigserial |
19 |
|
√ |
nextval('application_information_id_seq'::regclass) |
|
|
manufacturer_id |
int8 |
19 |
|
|
|
|
|
application_name |
text |
2147483647 |
|
|
|
|
|
display_name |
text |
2147483647 |
|
|
|
|
|
description |
text |
2147483647 |
√ |
|
null |
|
|
application_category_id |
int8 |
19 |
√ |
|
null |
|
|
application_path |
text |
2147483647 |
|
|
|
|
|
version |
text |
2147483647 |
|
|
|
|
|
icon |
text |
2147483647 |
√ |
|
null |
|
|
in_progress |
bool |
1 |
√ |
|
false |
|
|
in_progress_icon |
text |
2147483647 |
√ |
|
null |
|
|
visibility |
bool |
1 |
√ |
|
true |
|
|
display_order |
int8 |
19 |
√ |
|
null |
|
|
installed_at |
timestamptz |
35,6 |
|
|
now() |
|
|
updated_at |
timestamptz |
35,6 |
|
|
now() |
|
|
Analyzed at Tue Aug 16 14:31 UTC 2022
|