Added appearance table.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE appearance (
|
||||
id SERIAL PRIMARY KEY,
|
||||
banner VARCHAR,
|
||||
text VARCHAR
|
||||
)
|
||||
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE appearance ADD style_wide VARCHAR;
|
||||
ALTER TABLE appearance ADD style_narrow VARCHAR;
|
||||
ALTER TABLE appearance ADD title VARCHAR;
|
||||
Reference in New Issue
Block a user