접두어 일부가 포함된 부분 제거
This commit is contained in:
@ -190,7 +190,7 @@ holiday = Table(
|
||||
)
|
||||
|
||||
pos_billdata = Table(
|
||||
get_full_table_name('manager_static_pos_billdata'), metadata,
|
||||
get_full_table_name('pos_billdata'), metadata,
|
||||
Column('sale_date', Date, nullable=False),
|
||||
Column('shop_cd', String(20), nullable=False),
|
||||
Column('pos_no', Integer, nullable=False),
|
||||
|
||||
Reference in New Issue
Block a user