Menu

#1 SQL

v1.0_(example)
open
nobody
5
2004-07-02
2004-07-02
Anonymous
No

Hi,
Trying to install and test out your program, but there
is no sql schema. Could you provide the schema here?
Thanks,
p.k (imbeah@suuch.com)

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I emailed him, these are the two tables you have to make:

    CREATE TABLE fcof_data (
    id int(11) NOT NULL auto_increment,
    flashcard_set int(11) NOT NULL default '0',
    front text NOT NULL,
    back text NOT NULL,
    PRIMARY KEY (id)
    ) TYPE=MyISAM COMMENT='FCoF Flashcard Data';

    CREATE TABLE fcof_index (
    id tinyint(4) NOT NULL auto_increment,
    name text NOT NULL,
    PRIMARY KEY (id)
    ) TYPE=MyISAM;

    fcof does not work with PHP5 though :(

     
  • Nobody/Anonymous

    I created the tables, but nothing happens when I try to create a card.

     

Log in to post a comment.

MongoDB Logo MongoDB