Using SQLLite, is it possible to see columns that can / can't be null or see the default values for them?
I'm deciding between MySQL or SQLLite for my development DB, and just noticed this. MySQL you can easily do DESC my_table. SQLLite, using SQLLite Database Browser you can do "Database Structure", but it doesn't show any information beyond type.