mirror of
https://github.com/aykhans/movier.git
synced 2025-07-18 00:14:01 +00:00
Rewritten in go and python
This commit is contained in:
@@ -0,0 +1 @@
|
||||
DROP TABLE IF EXISTS imdb;
|
@@ -0,0 +1,8 @@
|
||||
CREATE TABLE IF NOT EXISTS imdb (
|
||||
tconst VARCHAR(12) PRIMARY KEY NOT NULL,
|
||||
year SMALLINT NOT NULL DEFAULT 0,
|
||||
genres TEXT NOT NULL DEFAULT '',
|
||||
nconsts TEXT NOT NULL DEFAULT '',
|
||||
rating REAL NOT NULL DEFAULT 0.0,
|
||||
votes INTEGER NOT NULL DEFAULT 0
|
||||
);
|
Reference in New Issue
Block a user