Logo
Explore Help
Sign In
iSharkFly-Docs/java-tutorials
1
0
Fork 0
You've already forked java-tutorials
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
java-tutorials/messaging-modules/postgres-notify/src/main/resources/schema.sql

8 lines
190 B
MySQL
Raw Normal View History

[BAEL-6275] PostgreSQL NOTIFY/LISTEN (#14153) * [BAEL-4849] Article code * [BAEL-4968] Article code * [BAEL-4968] Article code * [BAEL-4968] Article code * [BAEL-4968] Remove extra comments * [BAEL-5258] Article Code * [BAEL-2765] PKCE Support for Secret Clients * [BAEL-5698] Article code * [BAEL-5698] Article code * [BAEL-5905] Initial code * [BAEL-5905] Article code * [BAEL-5905] Relocate article code to new module * [BAEL-6275] PostgreSQL NOTIFY/LISTEN * [BAEL-6275] Minor correction --------- Co-authored-by: Philippe Sevestre <psevestre@gmail.com>
2023-06-02 13:24:47 -03:00
create table if not exists orders (
id serial primary key,
symbol varchar(16) not null,
order_type varchar(8) not null,
price NUMERIC(10,2) not null,
quantity NUMERIC(10,2) not null
);
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 311ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API