Compare commits
1 Commits
69f69ba534
...
3b5aa9c7e0
| Author | SHA1 | Date |
|---|---|---|
|
|
3b5aa9c7e0 |
|
|
@ -14,7 +14,6 @@
|
||||||
|
|
||||||
|
|
||||||
## Tables de la base RFScraper
|
## Tables de la base RFScraper
|
||||||
'''
|
|
||||||
CREATE TABLE station(
|
CREATE TABLE station(
|
||||||
id serial PRIMARY KEY,
|
id serial PRIMARY KEY,
|
||||||
url text UNIQUE NOT NULL
|
url text UNIQUE NOT NULL
|
||||||
|
|
@ -51,4 +50,3 @@
|
||||||
duration real,
|
duration real,
|
||||||
episode_id INTEGER REFERENCES episode(id)
|
episode_id INTEGER REFERENCES episode(id)
|
||||||
);
|
);
|
||||||
'''
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue