Dashboard > Spider [en_US] > ... > Getting Started > Creating the database
Log In View a printable version of the current page. Portuguese English
Creating the database
Added by Bruno Braga , last edited by Vijay Boregowda on May 16, 2008  (view change)
Labels: 
(None)



As first step of this guide we will create a table in the database.

  • Open any database tool of your choice
  • Create a database. For example 'guide'
  • To this guide database create a table named 'team'
'create_table' by J2EE Spider
Tags: guide
Taken on May 02, 2008

View the properties of the table:
 

'table_properties' by J2EE Spide...
Tags: guide
Taken on May 02, 2008



  • Now add any field to this table and mark it as the primary key. For example `id_team'.  
  • Set the `id_team' field as auto-increment so that it is able to hold serial and sequential data.   
  • The 'id_team' gets incremented automatically whenever a new record is added.
Powered by a free Atlassian Confluence Open Source Project License granted to J2EE Spider. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators