Skip to content

Instantly share code, notes, and snippets.

@beldpro-ci
Created April 29, 2017 15:06
Show Gist options
  • Save beldpro-ci/dc5920a2a4fe3d6733209e67b94a74c3 to your computer and use it in GitHub Desktop.
Save beldpro-ci/dc5920a2a4fe3d6733209e67b94a74c3 to your computer and use it in GitHub Desktop.
Execute into the database
docker exec -it infra_postgres_1 /bin/sh
/ # psql -U filla -d filladb1
psql (9.6.2)
Type "help" for help.
filladb1=> CREATE TABLE films ( title varchar(40) NOT NULL );
CREATE TABLE
filladb1=>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment