hedronium\Jables\commands\CreateTable::handle PHP Method

handle() public method

public handle ( )
    public function handle()
    {
        $connection = $this->option('database');
        $this->createTable($connection);
    }