Advertisement
wromero

Untitled

Jun 26th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ALTER TABLE pl_asistencia_empleado
  2. ALTER COLUMN horas_ausencia SET DEFAULT 0;
  3. ALTER TABLE pl_asistencia_empleado
  4. ALTER COLUMN hora_llegada SET DEFAULT ((now())::time without time zone - (now())::time without time zone);
  5. ALTER TABLE pl_asistencia_empleado
  6. ALTER COLUMN hora_salida SET DEFAULT ((now())::time without time zone - (now())::time without time zone);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement