id(); $table->string('title'); $table->string('content'); $table->timestamps(); }); } }