Skip to content
Snippets Groups Projects
Commit 891a549e authored by Marko Mecina's avatar Marko Mecina
Browse files

change PCF_PID data type in SQL schema to BIGINT to support PIDs >= 2**31

parent b3ef92f6
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,7 @@
"columns": {
"PCF_NAME": " VARCHAR(12) NOT NULL ",
"PCF_DESCR": " VARCHAR(24) NULL DEFAULT NULL ",
"PCF_PID": " INT(10) NULL DEFAULT NULL ",
"PCF_PID": " BIGINT NULL DEFAULT NULL ",
"PCF_UNIT": " VARCHAR(4) NULL DEFAULT NULL ",
"PCF_PTC": " INT(2) NOT NULL ",
"PCF_PFC": " INT(5) NOT NULL ",
......@@ -1033,4 +1033,4 @@
"default_character_set": "latin1"
}
}
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment