SQL Create statements 4/17/26
This commit is contained in:
9
AIConsumption.sql
Normal file
9
AIConsumption.sql
Normal file
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE IF NOT EXISTS AIConsumption (
|
||||
ConsumptionId VARCHAR(255) NOT NULL,
|
||||
UserId INT,
|
||||
OrgUnitId INT,
|
||||
Date DATETIME,
|
||||
GenerationCount INT,
|
||||
ConsumptionSource INT COMMENT '1 = Lumi Pro, 2 = Lumi Creator+',
|
||||
PRIMARY KEY (ConsumptionId)
|
||||
) CHARACTER SET utf8mb4;
|
||||
Reference in New Issue
Block a user