|
Server IP : 127.0.0.1 / Your IP : 127.0.0.1 Web Server : Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 System : Windows NT WIN-R7LTCC7BPLI 6.3 build 9200 (Windows Server 2012 R2 Datacenter Edition) i586 User : GerbangSIPAD ( 0) PHP Version : 5.6.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : C:/xampp5/htdocs/bhumie/upload/../database/table/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
-- Table: pbb.dat_qr -- DROP TABLE pbb.dat_qr; CREATE TABLE pbb.dat_qr ( kd_propinsi character(2) NOT NULL, kd_dati2 character(2) NOT NULL, kd_kecamatan character(3) NOT NULL, kd_kelurahan character(3) NOT NULL, kd_blok character(3) NOT NULL, no_urut character(4) NOT NULL, kd_jns_op character(1) NOT NULL, path text NOT NULL, createdby integer NOT NULL DEFAULT (-1), createdtime timestamp without time zone NOT NULL DEFAULT now(), updatedby integer NOT NULL DEFAULT (-1), updatedtime timestamp without time zone NOT NULL DEFAULT now(), CONSTRAINT dat_qr_pkey PRIMARY KEY (kd_propinsi, kd_dati2, kd_kecamatan, kd_kelurahan, kd_blok, no_urut, kd_jns_op) ) WITH ( OIDS=FALSE ); ALTER TABLE pbb.dat_qr OWNER TO postgres;