Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{ TABLE "informix".irtb00003 row size = 100 number of columns = 24 index size = 0
|
||||
}
|
||||
create table "informix".irtb00003
|
||||
(
|
||||
num_doc integer not null constraint "usainf01".n278_71,
|
||||
fecha date,
|
||||
fact_no char(10),
|
||||
conduce_no char(10),
|
||||
tipo char(2),
|
||||
orden_compra integer,
|
||||
cod_sp smallint,
|
||||
cod_sp_sec smallint,
|
||||
cod_mov smallint not null constraint "usainf01".n278_72,
|
||||
maquina smallint,
|
||||
cod_n smallint,
|
||||
cod_grupo smallint,
|
||||
cod_tipo smallint,
|
||||
cod_sec smallint,
|
||||
cantidad_1 decimal(10,2),
|
||||
cantidad_2 decimal(10,2),
|
||||
sec_de smallint,
|
||||
sec_a smallint,
|
||||
status_mov char(1),
|
||||
status_t char(1),
|
||||
us_crea char(9),
|
||||
fech_crea datetime year to minute,
|
||||
us_mod char(9),
|
||||
fech_mod datetime year to minute
|
||||
);
|
||||
revoke all on "informix".irtb00003 from "public";
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user