`.sq`: <img width="126" alt="Screen Shot 2022-11-04 at 3 30 16 PM" src="https://user-images.githubusercontent.com/66577/200059692-48eb1d21-17c1-4ecd-b122-0aefd906fa6e.png"> output: ``` /Volumes/dev/JakeWharton/example/src/main/sqldelight/com/jakewharton/example/db/conversations.sq: (2, 4): <type name real> expected, got 'BIGINT' 1 CREATE TABLE conversations( 2 id BIGINT NON NULL AUTOINCREMENT, ^^^^^^ ```