BATCH-881: changed BIGINT precision to match max value of Java's Long data type

This commit is contained in:
trisberg
2008-10-17 17:06:45 +00:00
parent 0756c64caf
commit 5fc2e341ae

View File

@@ -1,6 +1,6 @@
platform=oracle10g
# SQL language oddities
BIGINT = NUMBER(38)
BIGINT = NUMBER(19)
IDENTITY =
GENERATED =
DOUBLE = NUMBER