mirror of
https://gitea.com/mcereda/oam.git
synced 2026-03-05 00:14:25 +00:00
fix(postgres): use lowercase for non-key words
This commit is contained in:
@@ -89,7 +89,7 @@ CREATE TABLE people (
|
||||
-- Includes constraints
|
||||
\d sales
|
||||
\d+ clients
|
||||
SELECT column_name, data_type, character_maximum_length FROM INFORMATION_SCHEMA.COLUMNS WHERE table_name = 'vendors';
|
||||
SELECT column_name, data_type, character_maximum_length FROM information_schema.columns WHERE table_name = 'vendors';
|
||||
|
||||
|
||||
-- Insert data
|
||||
|
||||
Reference in New Issue
Block a user