· 7 years ago · Feb 05, 2019, 03:40 PM
1CREATE TABLE IF NOT EXISTS mascotas( 2 id integer primary key autoincrement, 3 nombre text, 4 edad int 5);