Skip to content

Commit

Permalink
⚡️ feat(schema-postgres.sql): Improve column alignment in user tabl…
Browse files Browse the repository at this point in the history
…e definition.
  • Loading branch information
vnobo committed Feb 11, 2025
1 parent e96fa33 commit e33c8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boot/platform/src/main/resources/schema-postgres.sql
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ create table oauth2_authorized_client
create table if not exists se_users
(
id serial8 primary key,
code uuid not null unique,
code uuid not null unique,
tenant_code varchar(64) not null default '0',
username varchar(256) not null unique,
password text not null,
Expand Down

0 comments on commit e33c8ff

Please sign in to comment.