Post archive for ‘Coldfusion’
The story of compound keys
Short story: I needed a table that could visualize the relation between two other tables ( services & portfolio ). So I set up a “join table”; a table that has two columns: service_id and portfolio_id. Each column contains a foreign key ( services.id and portfolio.id ).
Now, what you normally do is add [...]
Categorized as Coldfusion, PHP, Ruby On Rails