setTableName('emails'); $this->hasColumn("address", // name of the column "string", // column type "200", // column length "notblank|email" // validators / constraints ); } } ?>