SQL

CREATE TABLE "schedule"  (
  "last"	TEXT,
  "date"	TEXT,
  "start"	INTEGER,
  "end"	INTEGER,
  "location"	TEXT,
  row_number INTEGER
)

+ Add column

Columns

Column Data type Allow null Primary key Actions
last TEXT Rename | Drop
date TEXT Rename | Drop
start INTEGER Rename | Drop
end INTEGER Rename | Drop
location TEXT Rename | Drop
row_number INTEGER Rename | Drop

+ Add index

Indexes

Name Columns Unique SQL Drop?