fix: put the doc type back to TEXT
This commit is contained in:
@@ -50,7 +50,7 @@ CREATE TABLE tag (
|
|||||||
iord CHAR(1), -- "I" for point-in-time, "D" for duration
|
iord CHAR(1), -- "I" for point-in-time, "D" for duration
|
||||||
crdr CHAR(1), -- Credit/ Debit nature, if monetary
|
crdr CHAR(1), -- Credit/ Debit nature, if monetary
|
||||||
tlabel VARCHAR(512), -- Label text
|
tlabel VARCHAR(512), -- Label text
|
||||||
doc LONGTEXT, -- Tag definition/documentation
|
doc TEXT, -- Tag definition/documentation
|
||||||
|
|
||||||
PRIMARY KEY (tag, version)
|
PRIMARY KEY (tag, version)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user