Commit inicial: fuentes MBS ERP (Genero 6) + .gitignore + docs/SETUP_PC_MBS.md

This commit is contained in:
2026-08-18 20:59:52 -04:00
commit 454973e269
5978 changed files with 2664094 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{ TABLE "informix".adtb00021 row size = 94 number of columns = 12 index size = 21 }
create table "informix".adtb00021
(
num_emp smallint,
cod_par smallint,
sec_par smallint,
nombre char(30),
cedula char(20),
sexo char(1),
fecha_nac date,
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".adtb00021 from "public";
create index "informix".ad21_1 on "informix".adtb00021 (num_emp);
create index "informix".ad21_2 on "informix".adtb00021 (cod_par,sec_par);