table('episodes_files')->addTimestamps(); $table->addColumn('url', 'string', [ 'null' => false ]) ->addColumn('length', 'int', [ 'null' => false ]) ->addColumn('type', 'string', [ 'null' => false ]); $table->create(); } }