Fix schema for YEAR reserved word
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
-- Autogenerated: do not edit this file
|
||||
DROP TABLE TRADE $!{IFEXISTS};
|
||||
DROP ${SEQUENCE} BATCH_STAGING_SEQ $!{IFEXISTS};
|
||||
DROP ${SEQUENCE} TRADE_SEQ $!{IFEXISTS};
|
||||
DROP TABLE CUSTOMER $!{IFEXISTS};
|
||||
DROP ${SEQUENCE} CUSTOMER_SEQ $!{IFEXISTS};
|
||||
DROP TABLE BATCH_STAGING $!{IFEXISTS};
|
||||
DROP TABLE TRADE $!{IFEXISTS};
|
||||
DROP TABLE CUSTOMER $!{IFEXISTS};
|
||||
DROP TABLE PLAYERS $!{IFEXISTS};
|
||||
DROP TABLE GAMES $!{IFEXISTS};
|
||||
DROP TABLE PLAYER_SUMMARY $!{IFEXISTS};
|
||||
|
||||
Reference in New Issue
Block a user