251119:0900 Data Dictionary

This commit is contained in:
admin
2025-11-19 09:55:07 +07:00
parent 68d47f9cb2
commit a3e25d6c52
3 changed files with 110 additions and 178 deletions

View File

@@ -1815,8 +1815,8 @@ CREATE TABLE document_number_counters (
originator_organization_id INT COMMENT 'องค์กรผู้ส่ง',
correspondence_type_id INT COMMENT 'ประเภทเอกสาร',
current_year INT COMMENT 'ปี ค.ศ. ของตัวนับ',
last_number INT DEFAULT 0 COMMENT 'เลขที่ล่าสุดที่ใช้ไปแล้ว',
version INT DEFAULT 0 NOT NULL COMMENT 'Optimistic Lock Version',
last_number INT DEFAULT 0 COMMENT 'เลขที่ล่าสุดที่ใช้ไปแล้ว',
PRIMARY KEY (
project_id,
originator_organization_id,