I currently have multiple tables in my database which consist of the same \'basic fields\' like:
name character varying(100), description text, url character
Since you tagged this PostgreSQL, you could look at http://www.postgresql.org/docs/8.1/static/ddl-inherit.html but beware the caveats.