Compare commits
1 Commits
3b5aa9c7e0
...
69f69ba534
| Author | SHA1 | Date |
|---|---|---|
|
|
69f69ba534 |
|
|
@ -14,6 +14,7 @@
|
||||||
|
|
||||||
|
|
||||||
## 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
|
||||||
|
|
@ -50,3 +51,4 @@
|
||||||
duration real,
|
duration real,
|
||||||
episode_id INTEGER REFERENCES episode(id)
|
episode_id INTEGER REFERENCES episode(id)
|
||||||
);
|
);
|
||||||
|
'''
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue