Initial commit - lms-v2 + CLAUDE.md

This commit is contained in:
Iwit
2026-05-30 22:15:16 +07:00
commit 5811409e2d
183 changed files with 23225 additions and 0 deletions
@@ -0,0 +1,42 @@
= [
{#8544
+"Field": "id",
+"Type": "int(11)",
+"Null": "NO",
+"Key": "PRI",
+"Default": null,
+"Extra": "auto_increment",
},
{#8542
+"Field": "section",
+"Type": "varchar(60)",
+"Null": "YES",
+"Key": "",
+"Default": null,
+"Extra": "",
},
{#8541
+"Field": "is_active",
+"Type": "varchar(255)",
+"Null": "YES",
+"Key": "",
+"Default": "no",
+"Extra": "",
},
{#8546
+"Field": "created_at",
+"Type": "timestamp",
+"Null": "NO",
+"Key": "",
+"Default": "current_timestamp()",
+"Extra": "",
},
{#8529
+"Field": "updated_at",
+"Type": "timestamp",
+"Null": "NO",
+"Key": "",
+"Default": "current_timestamp()",
+"Extra": "on update current_timestamp()",
},
]