create("has_voted", function (Blueprint $table){ $table->id(); $table->timestamps(); }); /* Syntex to create table in database $table->string("texts"); $table => valuable; string => datatype; ("texts") => name for the row in the database */