Commit 8ad32f1e authored by Masarath Fatima's avatar Masarath Fatima

Delete pagila_config.csv

parent 31296e20
database,table,name,type,mode
pagila_config,actor,actor_id,INTEGER,NULLABLE
pagila_config,actor,first_name,STRING,NULLABLE
pagila_config,actor,last_name,STRING,NULLABLE
pagila_config,actor,last_update,DATETIME,NULLABLE
pagila_config,category,category_id,INTEGER,NULLABLE
pagila_config,category,name,STRING,NULLABLE
pagila_config,category,last_update,DATETIME,NULLABLE
pagila_config,city,city_id,INTEGER,NULLABLE
pagila_config,city,city,STRING,NULLABLE
pagila_config,city,country_id,INTEGER,NULLABLE
pagila_config,city,last_update,DATETIME,NULLABLE
pagila_config,country,country_id,INTEGER,NULLABLE
pagila_config,country,country,STRING,NULLABLE
pagila_config,country,last_update,DATETIME,NULLABLE
pagila_config,film_actor,actor_id,INTEGER,NULLABLE
pagila_config,film_actor,film_id,INTEGER,NULLABLE
pagila_config,film_actor,last_update,DATETIME,NULLABLE
pagila_config,film_category,film_id,INTEGER,NULLABLE
pagila_config,film_category,category_id,INTEGER,NULLABLE
pagila_config,film_category,last_update,DATETIME,NULLABLE
pagila_config,inventory,language_id,INTEGER,NULLABLE
pagila_config,inventory,name,STRING,NULLABLE
pagila_config,inventory,last_update,DATETIME,NULLABLE
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment