docker-compose up -d
hasura console
git add . git status git commit -m "some commit" git push
hasura seed create tables_seed --from-table car_brands --from-table car_engine --from-table car_models --from-table car_price --from-table car_spec_model --from-table car_types --from-table car_year --from-table users_cars
hasura seed apply --file 1660904435481_tables_seed.sql --database-name default --endpoint https://autorianext.hasura.app