Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- MySQL
- 이것이 자바다
- Orange Pi 3B
- Kotlin
- 주차장 시스템
- 우분투
- install
- 설치
- with_indifferent_access
- ubuntu
- RUBY
- docker
- 우분투 24
- Time.znoe.now
- 오랜지파이
- Rails
- after_save
- 사용중인포트검색
- Java
- change_column_null
- change_column
- 도커
- docket
- ruby #string #strip #split #gsub
- Migrate
- 쿠버네티스
- Ruby on Rails
- Visual Studio Code
- mac
- after_update
Archives
- Today
- Total
목록postgres (1)
중고 신입이 개발해보기..

github에 저장소를 하나 만든다.. $ git config --list $ git config --local user.name 'my_name' $ git config --local user.email 'my_name@email.com' $ brew uninstall postgresql $ brew cleanup $ brew install postgresql 재설치를 했다.. $ postgres -V postgres (PostgreSQL) 13.1 createuser -P -d kalvastro bahn654 Postgres를 Free로 사용할수 있다..
Back-End /Ruby On Rails
2021. 2. 5. 14:30