Skip to content

Instantly share code, notes, and snippets.

View sebazamorano's full-sized avatar
🎯
Focusing

Sebastian Zamorano sebazamorano

🎯
Focusing
  • Santiago de Chile
View GitHub Profile
@sebazamorano
sebazamorano / migrations.php
Last active February 13, 2018 00:43
Laravel Curso
//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();
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 header.id=contacto@desrueda.com
X-SID-PRA: contacto@desrueda.com
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