hasColumn('name', 'string'); $this->hasColumn('version', 'integer'); } public function setUp() { $this->actAs('Versionable'); } }