mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
renamed column in auction from type to platform
This commit is contained in:
parent
d8c0ba2432
commit
9766650ae4
9 changed files with 16 additions and 15 deletions
|
@ -337,7 +337,8 @@ CREATE TABLE public.auctions (
|
|||
uuid uuid DEFAULT public.gen_random_uuid() NOT NULL,
|
||||
created_at timestamp without time zone NOT NULL,
|
||||
registration_code character varying,
|
||||
registration_deadline timestamp without time zone
|
||||
registration_deadline timestamp without time zone,
|
||||
platform integer
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue