Skip to content

Instantly share code, notes, and snippets.

@roman
Created November 17, 2008 23:29
Show Gist options
  • Save roman/25961 to your computer and use it in GitHub Desktop.
Save roman/25961 to your computer and use it in GitHub Desktop.
mysql> describe projects_users;
+------------+---------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+------------+---------+------+-----+---------+-------+
| user_id | int(11) | YES | | NULL | |
| project_id | int(11) | YES | | NULL | |
+------------+---------+------+-----+---------+-------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment