Skip to content

Commit

Permalink
fix: DDL
Browse files Browse the repository at this point in the history
  • Loading branch information
thgr8ganzi committed Apr 6, 2024
1 parent 1caeab4 commit 3826bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/sql/DDL.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ DATABASE core CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
-- auto-generated definition
create table item
(
latitude decimal(38, 2) null,
longitude decimal(38, 2) null,
latitude decimal(38, 10) null,
longitude decimal(38, 10) null,
type int null,
created_at datetime(6) null,
id bigint auto_increment
Expand Down

0 comments on commit 3826bca

Please sign in to comment.