This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//documento | |
Schema::create('documento', function (Blueprint $table) { | |
$table->increments('id'); | |
$table->integer('numero')->unsigned(); | |
$table->integer('tipo_documento_id')->unsigned(); | |
$table->integer('proveedor_id')->unsigned(); | |
$table->integer('user_id')->unsigned(); | |
$table->string('forma_pago'); | |
$table->integer('neto')->unsigned(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x-store-info:CnuewmGKkJzNjuOw4Ko28wB3rXpWYbsxDBGFvPpF3IU= | |
Authentication-Results: hotmail.com; spf=pass (sender IP is 167.89.13.107) smtp.mailfrom=bounces+1092574-56be-deboustat=hotmail.com@sendgrid.net; dkim=none header.d=desrueda.com; x-hmca=none [email protected] | |
X-SID-PRA: [email protected] | |
X-AUTH-Result: NONE | |
X-SID-Result: NONE | |
X-Message-Status: n:n | |
X-Message-Delivery: Vj0xLjE7dXM9MDtsPTE7YT0xO0Q9MjtHRD0xO1NDTD0w | |
X-Message-Info: 11chDOWqoTnesrauBmMFocG9/JKq3DsiE+tXfTW1rO6Sy2i1Fu+Mq9Iiyu4OEyaOiKhAf8YKn/mRmQrZoLvCPaRbBI3YCzYPJsXufXCH9aqtkBJsPFSBV6PLxWDkH9XnMDhBw42Zl197AgNezTgkWhuK5TC4RNXw/DNpKPokLXQPNMBHPkNZ2A47UuCKhsQKRSedCkzqRN9wqNTVI7sEkPrtVy+Pocn232hkc0Tb+U8= | |
Received: from o1678913x107.outbound-mail.sendgrid.net ([167.89.13.107]) by BAY004-MC4F18.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); | |
Thu, 6 Aug 2015 06:12:22 -0700 |