geek out!

this code is equivalent between postgresql and mysql:

mysql:

create table crawford_addresses (
    id int(10) auto_increment primary key, ... );

postgresql:

 create table "crawford_addresses" (
id serial , primary key ("id"), ... );

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

This post accepts webmentions. If you link to and write about this on your website, enter the web address of your post below: