BATCH-881: changed BIGINT precision to match max value of Java's Long data type
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
platform=oracle10g
|
||||
# SQL language oddities
|
||||
BIGINT = NUMBER(38)
|
||||
BIGINT = NUMBER(19)
|
||||
IDENTITY =
|
||||
GENERATED =
|
||||
DOUBLE = NUMBER
|
||||
|
||||
Reference in New Issue
Block a user