[vz-dev] SQL Tabelle 'data'
Thorben Thuermer
r00t at constancy.org
Mon Feb 6 20:51:45 CET 2012
Hallo,
das datenbankschema wird vom verwendeten doctrine-framework automatisch
erstellt, und ist daher nicht (mehr) als sql-script im release enthalten.
der aufruf dazu: php misc/tools/doctrine orm:schema-tool:create --dump-sql
siehe auch: http://wiki.volkszaehler.org/howto/getstarted
"(siehe README im Verzeichnis [[misc]]/sql)"
- T.
PS.:
momentan sieht `data` wohl so aus:
CREATE TABLE data (id INT AUTO_INCREMENT NOT NULL, channel_id INT DEFAULT
NULL, timestamp BIGINT NOT NULL, value DOUBLE PRECISION NOT NULL, INDEX
data_channel_id_idx (channel_id), UNIQUE INDEX ts_uniq (channel_id,
timestamp), PRIMARY KEY(id)) ENGINE = InnoDB;
On Mon, 06 Feb 2012 20:44:02 +0100 post at seegel-systeme.de wrote:
> Hallo,
>
> ich kann die Datenstruktur der 'data' Tabelle nicht finden, wie sieht
> die aus (CREATE TABLE...)
>
> Schöne Grüße
> Stefan
More information about the volkszaehler-dev
mailing list