Skip to content

Commit

Permalink
xbrlDB remove non null requirement from MySQL resource role
Browse files Browse the repository at this point in the history
  • Loading branch information
Herm Fischer authored and Herm Fischer committed Feb 23, 2015
1 parent 0842b24 commit 4a29f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arelle/plugin/xbrlDB/xbrlSemanticMySqlDB.ddl
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ CREATE TABLE resource (
xml_id text, -- max size 2^16 bytes, 32,000 unicode chars
xml_child_seq nvarchar(512),
qname varchar(1024) NOT NULL, -- clark notation qname (do we need this?)
role varchar(1024) NOT NULL,
role varchar(1024),
value mediumtext, -- max 2^24 bytes = 8.3M unicode chars
xml_lang varchar(16),
PRIMARY KEY (resource_id)
Expand Down

0 comments on commit 4a29f60

Please sign in to comment.