| Server IP : 46.105.57.169 / Your IP : 216.73.216.144 Web Server : Apache System : Linux webd003.cluster120.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : maitricfuz ( 93378) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/maitricfuz/www/saint-martin-lg/administrator/components/com_jce/sql/ |
Upload File : |
CREATE TABLE IF NOT EXISTS "#__wf_profiles" (
"id" integer GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY,
"name" varchar(255) NOT NULL,
"description" text NOT NULL,
"users" text NOT NULL,
"types" text NOT NULL,
"components" text NOT NULL,
"area" smallint NOT NULL,
"device" varchar(255) NOT NULL,
"rows" text NOT NULL,
"plugins" text NOT NULL,
"published" smallint NOT NULL,
"ordering" integer NOT NULL,
"checked_out" integer,
"checked_out_time" timestamp without time zone,
"created" timestamp without time zone,
"created_by" integer NOT NULL DEFAULT 0,
"modified" timestamp without time zone,
"modified_by" integer NOT NULL DEFAULT 0,
"params" text NOT NULL
);