Logo
Explore Help
Register Sign In
SamProject/sam-api
6
0
Fork 0
You've already forked sam-api
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
2ed90dc6db2e0ba2b2bef579f8604ad15a8ba5eb
sam-api/app/Models/Stats/StatDefinition.php

15 lines
258 B
PHP
Raw Normal View History

feat: sam_stat 통계 DB 인프라 구축 (Phase 1) - sam_stat DB 연결 설정 (config/database.php, .env) - 메타 테이블 마이그레이션 (stat_definitions, stat_job_logs) - dim_date 차원 테이블 + DimDateSeeder (2020~2030, 4018건) - 기반 모델: BaseStatModel, StatDefinition, StatJobLog, DimDate - 집계 커맨드: stat:aggregate-daily, stat:aggregate-monthly - StatAggregatorService + StatDomainServiceInterface 골격 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 17:13:36 +09:00
<?php
namespace App\Models\Stats;
class StatDefinition extends BaseStatModel
{
protected $table = 'stat_definitions';
protected $casts = [
'source_tables' => 'array',
'config' => 'array',
'is_active' => 'boolean',
];
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.3 Page: 43ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API