Exemplo n.º 1
0
 def drop_store(self):
     file_executer('table_instructions/store/drop.sql')
Exemplo n.º 2
0
 def create_store(self):
     file_executer('table_instructions/food/create.sql')
Exemplo n.º 3
0
 def drop_ingredient(self):
     file_executer('table_instructions/ingredient/drop.sql')
Exemplo n.º 4
0
 def create_ingredient(self):
     file_executer('table_instructions/ingredient/create.sql')
Exemplo n.º 5
0
 def drop_food(self):
     file_executer('table_instructions/food/drop.sql')
Exemplo n.º 6
0
 def create_address(self):
     file_executer('table_instructions/address/create.sql')
Exemplo n.º 7
0
 def drop_address(self):
     file_executer('table_instructions/address/drop.sql')
Exemplo n.º 8
0
 def create_customer(self):
     file_executer('table_instructions/customer/create.sql')
Exemplo n.º 9
0
 def drop_customer(self):
     file_executer(file_path='table_instructions/customer/drop.sql')