Guest User

Untitled

a guest
Feb 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. INSERT INTO `invoices`
  2. (
  3. `customer_po`, '',
  4. `shipping_address_id`, NULL,
  5. `updated_at`, NULL,
  6. `amount_percent_discount`, NULL,
  7. `billing_address_id`, 42,
  8. `deleted_at`, NULL,
  9. `created_by`, 0,
  10. `invoice_date`, '2008-12-11 22:22:54',
  11. `invoice_status`, 'Draft',
  12. `invoice_day_int`, NULL,
  13. `type`, 'DraftInvoice',
  14. `due_day_int`, NULL,
  15. `updated_by`, 0,
  16. `id`, 6,
  17. `subscriber_id`, 0,
  18. `due_date`, '2008-12-26 22:22:54',
  19. `terms`, '',
  20. `discount_value`, NULL,
  21. `changed_status_date`, NULL,
  22. `changed_status_day_int`, NULL,
  23. `created_at` '2008-12-11 22:22:54'
  24. )
Add Comment
Please, Sign In to add comment