Tecnicamente esta terminada la funcionalidad basica
This commit is contained in:
@@ -64,6 +64,8 @@ create table ingresos
|
||||
(
|
||||
id int(10) unsigned primary key auto_increment,
|
||||
valor int(10) not null,
|
||||
nro_inicial varchar(191) not null,
|
||||
nro_final varchar(191) not null,
|
||||
tipo_ingreso_id int(10) unsigned not null,
|
||||
caja_id int(10) unsigned not null,
|
||||
foreign key fk_tipo_ingreso (tipo_ingreso_id) references tipos_ingreso (id) on update cascade on delete restrict,
|
||||
|
||||
Reference in New Issue
Block a user