chore: Google Tag manager setup
This commit is contained in:
@@ -13,7 +13,7 @@ return new class extends Migration {
|
||||
Schema::create('faqs', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string("question");
|
||||
$table->string('answer');
|
||||
$table->longText('answer');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user