Ir al contenido

Table: asset_types

Esta página aún no está disponible en tu idioma.

Referenced by:

ColumnTypeNullableNotes
refbigintno
namevarchar(200)yes
allowed_extensionstextyes
order_bybigintyes
config_optionstextyes
push_metadataintegeryes
colourbigintyes
icontextyes
tabbigintyes
pull_imagessmallintyes
CREATE TABLE public.asset_types (
ref bigint NOT NULL,
name character varying(200),
allowed_extensions text,
order_by bigint,
config_options text,
push_metadata integer,
colour bigint,
icon text,
tab bigint,
pull_images smallint
);

Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.