rocket-a


git -C '/home/opc/rocketa.git' show 00f33e9 -- app/Models/La/TranslationMedias.php

commit 00f33e93fbd079c13b8b1064a24a9db53be39806
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Wed Oct 15 17:33:39 2025 +0900

    翻訳+翻訳文字管理機能

diff --git a/app/Models/La/TranslationMedias.php b/app/Models/La/TranslationMedias.php
new file mode 100644
index 0000000..86b955a
--- /dev/null
+++ b/app/Models/La/TranslationMedias.php
@@ -0,0 +1,25 @@
+<?php
+
+namespace App\Models\La;
+
+use Illuminate\Database\Eloquent\Model;
+
+class TranslationMedias extends Model
+{
+    protected $connection = 'mysql';
+
+    protected $primaryKey = 'id';
+
+    protected $table = 'translation_medias';
+
+    protected $guarded = [
+        'id',
+        'created_at',
+        'updated_at',
+    ];
+
+    public $timestamps = false;
+
+    const CREATED_AT = null;
+    const UPDATED_AT = null;
+}

diff.txt · 最終更新: by root