Skip to content

Instantly share code, notes, and snippets.

@besquared
Created December 11, 2008 22:27
Show Gist options
  • Select an option

  • Save besquared/34905 to your computer and use it in GitHub Desktop.

Select an option

Save besquared/34905 to your computer and use it in GitHub Desktop.
INSERT INTO `invoices`
(
`customer_po`, '',
`shipping_address_id`, NULL,
`updated_at`, NULL,
`amount_percent_discount`, NULL,
`billing_address_id`, 42,
`deleted_at`, NULL,
`created_by`, 0,
`invoice_date`, '2008-12-11 22:22:54',
`invoice_status`, 'Draft',
`invoice_day_int`, NULL,
`type`, 'DraftInvoice',
`due_day_int`, NULL,
`updated_by`, 0,
`id`, 6,
`subscriber_id`, 0,
`due_date`, '2008-12-26 22:22:54',
`terms`, '',
`discount_value`, NULL,
`changed_status_date`, NULL,
`changed_status_day_int`, NULL,
`created_at` '2008-12-11 22:22:54'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment