Skip to content

Instantly share code, notes, and snippets.

View ryanrobertsname's full-sized avatar

Ryan Roberts ryanrobertsname

  • California, USA
View GitHub Profile
/**
* Adwords Uptime Robot Monitoring script
*
* Script that checks whether the websites that the Adword campaigns rely on are still live
* and respond fast enough, or if not, pause the related campaigns.
*
* Services used to determine uptime:
* - Uptime Robot
*
* @version 0.1.0
### Keybase proof
I hereby claim:
* I am ryanrobertsname on github.
* I am ryanevanroberts (https://keybase.io/ryanevanroberts) on keybase.
* I have a public key ASDxzBLivql2aNRkn84XQu3x3ikZJH9RKqDJeuDbVivFuQo
To claim this, I am signing this object:
<?php
Schema::create('users' , function($table)
{
$table->increments('id'); Incrementing ID to the table (primary key).
$table->string('email'); VARCHAR equivalent column
$table->string('name', 100); VARCHAR equivalent with a length
$table->integer('votes'); INTEGER equivalent to the table