Remove alignment of AS in SQL and few others (#932)
* Remove alignment of AS in SQL * Remove alignment of CREATE TABLE in SQL
This commit is contained in:
@@ -88,7 +88,7 @@ CREATE SCHEMA IF NOT EXISTS buildings;
|
||||
CREATE TABLE IF NOT EXISTS buildings.updates
|
||||
(
|
||||
id serial PRIMARY KEY,
|
||||
t text,
|
||||
t text,
|
||||
UNIQUE (t)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user