Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CREATE TABLE esq_conv_2020.tbl_evento_pago (
- idregistro int8 NULL,
- tipo_pago text NULL,
- valor float8 NULL,
- n_comprobante text NULL,
- id_banco int4 NULL,
- fecha_transaccion timestamp NULL,
- estado text NULL,
- id_fichero_pago int8 NULL,
- id_persona_valida int8 NULL,
- apellido1 text NULL,
- apellido2 text NULL,
- nombres text NULL,
- identificacion text NULL,
- direccion text NULL,
- celular text NULL,
- fecha_registro timestamp NULL,
- fecha_validacion timestamp NULL
- );
- ALTER TABLE esq_conv_2020.tbl_ponencias ADD id_pago int8 NULL;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement