Skip to content

Commit

Permalink
📁 chore: update database setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fleeser committed May 17, 2024
1 parent b1540c4 commit 42fe956
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql/setup.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
CREATE DATABASE public;

USE public;

CREATE TABLE addresses (
id MEDIUMINT NOT NULL AUTO_INCREMENT,
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
Expand Down

0 comments on commit 42fe956

Please sign in to comment.